@charset "shift-jis";

body {
color: #FFFFFF; /* 文字の色 */
background-color: #191919; /* 背景の色 */
line-height: 1.5; /* 行間 */
voice-family: "\"}\""; /* おまじない */
voice-family: inherit; /* おまじない */
font-size: 16px;
line-height: 1.5em;
}

html>body {
font-size : normal !important;/* Opera用の文字サイズ */
}
textarea { width : 90%; }


/* 段落のインデント ------------------------------------------- */
p { text-indent: 1em;
    padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-left: 0.5em;
    margin-right: 0em;
    margin-bottom: 0em;
}

/* リンクの設定 ------------------------------------------- */
a         { text-decoration : none; }
a:link    { color: #BED5D9 !important; }
a:visited { color: #BED5D9 !important; }
a:hover   { color: #FF0099 !important;
            text-decoration: underline; }
a:active  { color: #00FFFF !important; }

/* リンク画像の枠を表示しない */
a img {
border-style: none; /* 枠を非表示 */
border-width: 0px; /* 枠の幅を0pxに設定 */
text-decoration: none; /* 装飾を表示しない */
}
